home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000387_rayward@metronet.com_Wed Sep 25 08:54:08 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  70 lines

  1. Article: 13723 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: rayward@metronet.com (Ray Ward)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.xenix.sco,comp.dcom.modems
  5. Subject: Help!  Trying to send files via serial modem...
  6. Date: 24 Sep 2002 18:17:29 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 52
  9. Message-ID: <7ea6ad1.0209241717.7af4adc8@posting.google.com>
  10. NNTP-Posting-Host: 63.99.201.15
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1032916649 9786 127.0.0.1 (25 Sep 2002 01:17:29 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 25 Sep 2002 01:17:29 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13723 comp.unix.xenix.sco:18663 comp.dcom.modems:316223
  17.  
  18. What I'm trying to do:
  19. New federal legislation requires financial institutions to check
  20. certain transactions against a federal database of suspected
  21. terrorists.  To do this, my client needs to get data off of a fairly
  22. large number (100's) of old Xenix 2.3.2 SysV boxes (i386) to an
  23. off-site, modern box to do the checking.  (I'm not sure that all the
  24. Xenix boxes are the exact same version.)  Deadline's in October.
  25.  
  26. My first thought was to automatically send files daily using Kermit
  27. >from  a cron(1) script to a ProCommPlus 4.8 server running in Kermit
  28. server mode on the client's Win2000 box.  The Xenix boxes have only a
  29. 1.2Mb 5.25 floppy and a serial port external US Robotics Sportster
  30. modem (ranging from 2400-14400 bps).  They were bought with
  31. application software only, no C compiler, make, man, etc., so I have
  32. to find an executable file.  They already have the ProCommPlus set up.
  33.  
  34. My fall-back options are:  to try to configure UUCP, and get the
  35. client to set up a Linux box with UUCP as the central server; or, find
  36. another binary that will run on the old Xenix boxes (ProYAM?).
  37.  
  38. Here's the problem:  
  39. When I try to connect from the interactive Kermit that I found on one
  40. machine (072 24 Jan 89 Xenix/286) it seems to connect, then drops the
  41. line.  I tried loading the G-Kermit binary from the Columbia site, but
  42. it's not interactive, and I can't figure out how to get it to dial
  43. before trying to send the files.
  44.  
  45. So, I downloaded the 21-day eval copy of Kermit95 2.0 onto my Win98
  46. box and got the same result, with a little more detail:
  47.  
  48. Kermit session.log:
  49. ATQ0V1
  50.  
  51. OK
  52. ATDT9721234567
  53.  
  54. CONNECT
  55. ∩┐╜?~?~?~?~?~?~?~?~?~?~?~?~∩┐╜ j ∩┐╜X∩┐╜∩┐╜2∩┐╜~?~?~ ∩┐╜∩┐╜a(ˆ cš∩┐╜∩┐╜ ∩┐╜@
  56. bš~?~?~?∩┐╜∩┐╜∩┐╜∩┐╜@d‡?~?∩┐╜
  57. NO CARRIER
  58.  
  59. Looks kind of like a baud rate mismatch.   So I set both the PC+ and
  60. the Kermit95 to 2400 baud, xon/xoff, 8n1, full duples, 1 check byte. 
  61. Didn't help.
  62. No packets are logged.
  63.  
  64. Any ideas?  How do I get past this immediate disconnect?
  65.  
  66. Thanks,
  67.  
  68. Ray Ward
  69. rayward@metronet.com
  70.